Skip to main content

Week 4

Milestones

  • add lock-action for assets in backend
  • implement locking feature in the frontend
  • change UI to add point presets for live-feed screen
  • turn update boundary preet UI into a wizard

Screenshots / Videos

  • add-preset-new
  • boundary-preset-new
  • modify-boundary-preset-new

Contributions

Learnings

  • Learnt about making flow charts to visualize various scenarios for locking/unlocking assets by 2 or more clients.
  • Learnt new ways to make UI
  • Mid term demo

    • presentation
    • Demo video
    • Remark by super mentor: The frontend part is fine and should be updated with discussion with the team. In the locking asset feature, there should be some exploration made on using locks from the postgresql databse itself as it can be used to lock the transaction and make it atomic. Otherwise there may be conditions of deadlocks or race conditions.